home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Speccy ClassiX 1998
/
Speccy ClassiX 98.iso
/
amiga_system
/
the_aminet
/
dev
/
gcc
/
ixemulsrc.lha
/
ixemul-41.4
/
stack
/
stkovf.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-23
|
146b
|
12 lines
#include <bases.h>
asm("
.text
.even
.globl ___stkovf
___stkovf:
clrl "A4(___stk_limit)" | generate no more stackoverflows
jra __XCOVF
");